listitem: Add a press gesture to select the item
authorBenjamin Otte <otte@redhat.com>
Fri, 5 Oct 2018 21:24:18 +0000 (23:24 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 30 May 2020 23:26:45 +0000 (19:26 -0400)
commit057effc5d6c349edcf31c5596262790367557af1
tree04ad62684c592ff8cb2eb3c63ac42df0c9cb1c66
parentd8c116f20ab99dee036f2913a48ad4eed56d8a88
listitem: Add a press gesture to select the item

This is implemented by using actions, which are a neat trick to get to
allow the ListItem to call functions on the ListView without actually
needing to be aware of it.
gtk/gtklistitem.c
gtk/gtklistitemfactory.c
gtk/gtklistitemfactoryprivate.h
gtk/gtklistitemmanager.c
gtk/gtklistitemprivate.h
gtk/gtklistview.c